Authorization: Bearer ********************{
"mail": "Oma.Reichert@hotmail.com"
}curl --location --request POST 'https://api.servebolt.io/v1/bolts/9123/transfer/request' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"mail": "Oma.Reichert@hotmail.com"
}'{}