curl --request POST \
--url https://app.superleap.com/api/v1/org/objects/{object_slug}/record/bulk_create \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"status": "<string>",
"owner": "<string>",
"external_id": "<string>"
}
'