curl --location --request POST '/api/v1/withdraw/start' \
--header 'X-Customer-Authorization: {{hash}}' \
--header 'X-Customer-Language: en' \
--header 'X-Customer-Id: {{client_id}}' \
--form 'player_username="playlser_user_name"' \
--form 'player_fullname="player full name"' \
--form 'player_id="666"' \
--form 'bet_provider_txid="99999123212"' \
--form 'amount="5"' \
--form 'wallet_address="11111111111111111"' \
--form 'currency="TRY"'{
"error": "Invalid authorization in request"
}