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