curl --request POST \
--url https://api.roostedhr.com/api/1_12/venues \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"name": "<string>",
"address": "<string>",
"city": "<string>",
"zip": "<string>",
"saved": 0
}
'