Authorization: Bearer ********************
{ "drop_reason": "Drop Reason" }
curl --location -g --request PUT 'https://preprod.api.crego.io/v1/los/accounts/{{los:account_id}}/drop/' \ --header 'Content-Type: application/json' \ --data-raw '{ "drop_reason": "Drop Reason" }'
{}