meta { name: Register Device type: http seq: 5 } post { url: {{api_url}}/notifications/devices/ body: json auth: none } headers { Authorization: Token {{auth_token}} } body:json { { "device_token": "abc123devicetoken", "platform": "ios", "device_name": "iPhone 15 Pro" } }