Add a portrait style to an existing style pack
cURL
curl --request PUT \ --url https://api.peelapi.com/v1/portrait-style-packs/styles \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form style_pack_id=123 \ --form style_id=123
{ "data": { "message": "<string>" }, "errors": "<unknown>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Style added successfully
Show child attributes