{
"first_name": "John",
"last_name": "Doe",
"email": "example@email.com"
}curl --location --globoff 'https://api.enviablelogistics.com/waitlist' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "John",
"last_name": "Doe",
"email": "example@email.com"
}'{}