curl --request POST \
--url https://api.pocketflows.com/sync/businesses \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>",
"external_id": "<string>",
"name": "<string>",
"metadata": {}
}'