curl --location --request POST '/api/v1/pro/user/login' \
--header 'sec-ch-ua: "Not_A Brand";v="8", "Chromium";v="120", "Google Chrome";v="120"' \
--header 'sec-ch-ua-mobile: ?0' \
--header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36' \
--header 'Accept: application/json,text/plain,text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7,*/*' \
--header 'Referer: https://trade.livetrade.finance/login' \
--header 'sec-ch-ua-platform: "macOS"' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "niko@test.com",
"mobile": "",
"nation": 0,
"userPassword": "123456Aa",
"verificationCode": "",
"loginType": 0,
"userRole": 0
}'