curl --location --request PUT 'https://api.conexteo.com/subaccount/0/credits/remove' \
--header 'Content-Type: application/json' \
--data-raw '{
"quantity": 100
}'{
"subaccount_id": 100,
"email": "subaccount@mail.com",
"social_reason": "company name",
"phone_number": "0606060606",
"first_name": "nom",
"last_name": "prénom",
"credits_mode": "self"
}