{ "id": 2 }
curl --location --request POST '/api/v1/addresses/delete' \ --header 'access_token;' \ --header 'refresh_token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 2 }'
{}