Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
JSON post body:
{
"customer_id"?: integer
"name": string
"provider_id"?: integer
"user_id": integer
}Possible errors:
Field "name": "Name is required"
Field "user_id": "User ID is required"
Request payload
The body is of type object.
Successful response
The response is of type object.