curl --location -g --request POST 'https://testapi.bimsat.com:8443/v1/gprsCommands/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"imei": "866344057640141",
"gprsCommand": "getio"
}'{
"message": "Command inserted",
"commandId": "68b87e8d10b72b1d80084869"
}