Add Request Task Worklog - API REST

Add Request Task Worklog - API REST

Hello,

I am trying to add a work record on the task with this service:
api / v3 / requests / {request_id} / tasks / {task_id} / worklogs

I am using the next request:

  1. {
  2.     "worklog": {
  3.         "owner": {
  4.             "id": "22806",
  5.             "name": "DAMARIS"
  6.         },
  7.         "time_spent": {
  8.             "hours": "01",
  9.             "minutes": "00"
  10.         },
  11.         "start_time": {
  12.             "display_value": "16/04/2021 04:42 PM",
  13.             "value": "1618609320000"
  14.         },
  15.         "end_time": {
  16.             "display_value": "19/04/2021 05:00 AM",
  17.             "value": "1618826400000"
  18.         },
  19.         "description": "Registro de trabajo agregado desde WS error",
  20.         "include_nonoperational_hours": "false",
  21.         "udf_fields": {
  22.             "udf_pick_6301": {
  23.                 "name": "COSTO",
  24.                 "id": 25504
  25.             }
  26.         }
  27.     }
  28. }
If I do it from rest api support the result is successful




But when I use the same request in postman, I have this issue: 



I'm using technician_key in headers, the request in input_data from body (x-www-form-urlencoded)

So, What else I need to do? What is my mistake? :( 

Thank you so much.

                  New to ADSelfService Plus?