curl -X 'POST' \ 'https://api.coaxial.ai/provisions/add_to_user' \ -H 'accept: application/json' \ -H 'Authorization: Bearer <api_key>' \ -H 'Content-Type: application/json' \ -d '{ "user_id": <user_id>, "coaxial_id": <coaxial_model_id> }'
{ "user_id": <user_id> }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The user id with updated resource access information
The response is of type object.
object