curl --request PUT \
--url https://pria.praxislxp.com/api/admin/account/{id} \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>",
"status": "active",
"credits": 123
}
'