Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request POST '/users/invitations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"name": "string",
"multiplier_ids": [
"string"
],
"customer_ids": [
"string"
]
}'{
"errors": [
{
"detail": "string",
"code": "string",
"source": {}
}
]
}