curl --location --request PUT 'https://api.conexteo.com/subaccount/1234/credits/remove' \
--header 'X-APP-ID: <api-key>' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"quantity": 100
}'
{
"subaccount_id": 100,
"email": "subaccount@mail.com",
"social_reason": "raison sociale",
"phone_number": "0606060606",
"first_name": "nom",
"last_name": "prénom",
"credits_mode": "self"
}