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