Authorization: Bearer ********************curl --location --request POST 'https://connect.dispatchable.com/contacts/api/v1/contacts' \
--header 'Accept: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'email="stancepro1@gmail.com"' \
--form 'first_name="Colin"' \
--form 'last_name="Dixon"' \
--form 'parent_uuid="3b12369f-08ce-4c11-ab28-57fe2fbd3126"' \
--form 'contact_type="child"'{}