curl --location --request POST 'https://api.uniapi.io/bfl/v1/' \
--header 'x-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"id": "<string>",
"polling_url": "<string>",
"cost": 123,
"input_mp": 123,
"output_mp": 123
}