curl --location --request POST 'https://api.rapira.net/open/deposit_address/use/start' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer eyJhb.......' \
--form 'address="TLFw93fCuSvUDbuRY3BxzxZg1Nv1wCr9Nx"' \
--form 'nonce="exchanger.ru_53564"' \
--form 'status="delete"'{
"message": "Success use address"
}