curl --location -g --request PATCH '{{url}}/api/v1/purchases/1a5ee4e8-6bf1-49a4-be28-f05074b81666/status' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"payment_status": "paid"
}'{
"error": "string",
"message": "string",
"success": true
}