x-api-key: ********************
{ "attributes": [ { "code": "string", "type": "string", "group": "string" } ] }
curl --location --request POST 'https://api.mircate.com/5p1hp1d2t/CALL/PIMAPI/upsertAttributes/' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "attributes": [ { "code": "string", "type": "string", "group": "string" } ] }'
{ "invalidAttributes": [ {} ] }