meta { name: Check Registration Status type: http seq: 2 } post { url: {{baseUrl}}/api/devices/register/status body: json auth: none } body:json { { "registration_id": "{{registrationId}}" } }