meta { name: Update Profile type: http seq: 5 } put { url: {{api_url}}/auth/profile/ body: json auth: none } headers { Authorization: Token {{auth_token}} } body:json { { "first_name": "John", "last_name": "Doe", "phone_number": "+1234567890" } }