Authorization: Bearer ********************
curl --location --request GET 'https://test.e-mole.net/api/specificationattributes/92108412?fields=' \
--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>"
}
]
}