curl --location -g --request POST '{{url}}/api/v1/me/purchases' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{"batch_id": "f829a145-3331-4e64-998f-40f6d8c7eb76"}'{
"error": "string",
"message": "string",
"success": true
}