Authorization: Bearer ********************{
"is_all": 12,
"num": 25
}curl --location 'http://127.0.0.1:4300/live/add_fake_live' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"is_all": 12,
"num": 25
}'{}