Authorization: Bearer ********************{
"timestamp": "{{timestamp}}",
"transactionID": "2512220000090217035971f1"
}curl --location --request POST '/v1/agent/player/checkSeamlessTransaction' \
--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 '{
"timestamp": "{{timestamp}}",
"transactionID": "2512220000090217035971f1"
}'{
"status": true,
"message": "Transaction ID found"
}