Authorization: Bearer ********************
{ "name": "string", "fields": [ { "filter": "string", "values": [ "string" ] } ] }
curl --location --request PUT 'https://scenic-tokyo-3bje4ahyb4rd.on-vapor.com/api/v1/profiles/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "string", "fields": [ { "filter": "string", "values": [ "string" ] } ] }'
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "fields": [ { "filter": "string", "values": [ "string" ] } ], "created_at": "2019-08-24T14:15:22.123Z", "updated_at": "2019-08-24T14:15:22.123Z" }