curl --location --request POST '/api/v2/devices' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "device_id",
"device_token": "device_token"
}'{
"id": 1,
"token": "token",
"device_id": "device_id",
"user_agent": "user_agent",
"user_id": 1,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}