Authorization: ********************
{
"type": 0,
"amount": 1
}
curl --location --request POST 'http://127.0.0.1:10086/user/api/aiValidPointTransfer/topUpToken2' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"type": 0,
"amount": 1
}'
{
"status": "",
"message": "",
"data": ""
}