cURL
curl --request POST \ --url https://nini.monieswitch.com/dispute/conversation \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data null
{ "status": true, "message": "Operation is successful", "data": { "id": "f9e287f0-36f2-470c-97f4-1aad1c3eb03f", "subject": "Testing", "message": "How does this works?", "attachments": [], "createdAt": "2025-04-14T08:27:16.078Z" } }
Show child attributes