Authorization: ********************
curl --location 'https://api.gofive.co.th/etaxgo/Documents//rd-submission-status?documentType=undefined' \ --header 'Ocp-Apim-Subscription-Key: a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6' \ --header 'Authorization: Bearer <token>'
status.isSuccess
{ "status": { "isSuccess": true }, "data": { "documentNumber": "T2024001234", "documentType": "388", "rdSubmissionStatus": "APPROVED", "submittedAt": "2024-01-15T10:30:00", "approvedAt": "2024-01-15T10:35:00", "rdConversationId": "RD-CONV-12345" } }