Authorization: Bearer ********************{
"provider_id": 1,
"timestamp": "{{timestamp}}"
}curl --location --request POST '/v1/agent/player/getAllProviderCategory' \
--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 '{
"provider_id": 1,
"timestamp": "{{timestamp}}"
}'{
"status": true,
"message": "Retrieve successfully",
"data": [
{
"provider_id": 1,
"provider_name": "JILI",
"provider_category": "FISH"
},
{
"provider_id": 1,
"provider_name": "JILI",
"provider_category": "SLOT"
}
],
"totalCount": 2
}