cURL
curl --request POST \ --url https://api.example.com/api/core/feedback/retention \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?