Authorization: Bearer ********************
curl --location -g --request POST 'https://test.e-mole.net/api/specificationattributes?ObjectPropertyNameValuePairs={"aliquip_d":{}}&specification_attribute={"name":"ipsum Lorem sed","display_order":83372703,"specification_attribute_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"id":-80450498}' \
--header 'Accept: text/plain'
{
"specification_attributes": [
{
"name": "<string>",
"display_order": "<integer>",
"specification_attribute_options": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"id": "<integer>"
},
{
"name": "<string>",
"display_order": "<integer>",
"specification_attribute_options": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"id": "<integer>"
}
]
}