curl --request PUT \
--url https://api.example.com/api/v1/dt/credit \
--header 'Content-Type: application/json' \
--data '
{
"uuid": "<string>",
"platform_id": "<string>",
"username": "<string>",
"transaction_id": "<string>",
"credit": "<string>",
"key": "<string>"
}
'