Authorization: Bearer ********************
{
"ref_id": "string"
}
curl --location --request POST 'https://preprod.api.crego.io/v1/lms/accounts/reset_rps/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ref_id": "string"
}'
{}