Authorization: Bearer ********************{
"username": "sbu3961",
"timestamp": "{{timestamp}}"
}curl --location --request POST '/v1/agent/player/resetPassword' \
--header 'User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "sbu3961",
"timestamp": "{{timestamp}}"
}'{
"status": true,
"message": "Update successfully",
"data": {
"player_provider_id": 1,
"player_provider_name": "JILI",
"player_username": "sbu3961",
"player_password": "xxxxxx"
}
}