cURL
curl --request POST \ --url https://api.comm.com/api/v1/sms/rate-parser/files/{file}/handle \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "File successfully queued for processing" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The file ID
The response is of type object.
object