Summary

POST /api/v1/mobile/login
GET /api/v1/mobile/me
GET /api/v1/mobile/conversations
POST /api/v1/mobile/conversations/{id}/assign, transfer, close e messages
curl --request GET \
  --url https://chatbeep.app/api/v1/mobile/me \
  --header 'accept: application/json' \
  --header 'authorization: Bearer SEU_TOKEN'