Authorization: Bearer ********************{
"email": "support@example.com",
"emailConfirmation": "support@example.com",
"phoneNumber": "+2348012345678",
"countryId": 1
}curl --location 'http://localhost:3000/api/v1/support' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "support@example.com",
"emailConfirmation": "support@example.com",
"phoneNumber": "+2348012345678",
"countryId": 1
}'{}