Create a new portrait style pack
cURL
curl --request POST \ --url https://api.peelapi.com/v1/portrait-style-packs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'name=<string>' \ --form 'description=<string>'
{ "data": { "style_pack_id": 123 }, "errors": "<unknown>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Created
Show child attributes
123