Trying to create a customer using the Desk API. This command fails:
curl -X POST -i -H “Content-Type: application/json” -H “SENDBIRDDESKAPITOKEN: {my_token}” ‘https://desk-api-{my_app_id}.sendbird.com/platform/v1/customers?sendbirdId={some_user_sendbird_id}’
Error:
{“code”:“desk400100”,“detail”:“Missing parameters.”}
The API doc notes only one required parameter, called “sendbirdId”, which I clearly included in my request. What do I do now? Is there another parameter that should be added to the docs?