curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getUserTask' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "getUserTask",
"userId": "D32D7451-FE6C-44D3-8DDB-E6442A15884E"
}
'