{
"name": "John Doe",
"email": "partner_dev@yopmail.com",
"phoneNumber": "+2340933334485",
"countryId": 161
}curl --location 'http://localhost:3000/api/v1/integrations/partners/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "John Doe",
"email": "partner_dev@yopmail.com",
"phoneNumber": "+2340933334485",
"countryId": 161
}'{}