Authorization: Bearer ********************
curl --location '/api/v1/withdraw' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --form 'amount="20"'
{}