Authorization: Bearer ********************{
"month": 2,
"amount": 100
}curl --location --request DELETE '/servers/69/traffic/blocks/1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"month": 2,
"amount": 100
}'