curl --location --request POST 'https://api.flireo.nl/v1/verification-groups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number_type": "local",
"name": "string",
"business_name": "string",
"contact_person_first_name": "string",
"contact_person_last_name": "string",
"contact_person_phone": "string",
"street_name": "string",
"house_number": "string",
"postal_code": "string",
"city": "string",
"province": "string",
"description": "string"
}'{
"message": "string",
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"phone_number_type": "local",
"status": "pending",
"business_name": "string",
"contact_person_first_name": "string",
"contact_person_last_name": "string",
"contact_person_phone": "string",
"street_name": "string",
"house_number": "string",
"postal_code": "string",
"city": "string",
"province": "string",
"description": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}