curl --location --request POST 'https/omerlo.com/api/media/v1/devices/register' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "123132",
"push_token": "312123"
}'{
"status": 400,
"errors": {
"name": [
"can't be blank"
],
"push_token": [
"can't be blank"
]
}
}