curl --location -g --request POST 'https://dev.your-api-server.com/field_order/root_ref?q_on_gp=q_on_gp_value&query_same_1=query_same_1_gp&q_on_gp_request_off=q_on_gp_request_off_value&glo_qparam_use_glo={{id_glo}}&glo_qparam_use_env={{id_env}}&glo_qparam_use_prior={{priority_env}}' \
--header 'h_on_gp: h_on_gp_value' \
--header 'header_same_1: header_same_1_gp' \
--header 'plat-form: {{header}}' \
--header 'h_on_gp_request_off: h_on_gp_case_off_value' \
--header 'glo_hparam_use_glo: {{id_glo}}' \
--header 'glo_hparam_use_env: {{id_env}}' \
--header 'glo_hparam_use_prior: {{priority_env}}' \
--header 'header_long: l=eBO-G2Fng9CH5uxF2Ofahurza77OSIOYYuPzaNbMiOCP_Xfp5gxlW6pndVL9C31Vh6DWR3-82bJHBeYBcIfEiOp2AJ-YF8Mmnl=eBO-G2Fng9CH5uxF2Ofahurza77OSIOYYuPzaNbMiOCP_Xfp5gxlW6pndVL9C31Vh6DWR3-82bJHBeYBcIfEiOp2AJ-YF8Mmn=end' \
--header 'Cookie: c_on_gp=c_on_gp_value;c_on_gp_request_off=c_on_gp_request_off_value;c_on_gp=c_on_gp_value;cookie_same_1=cookie_same_1_gp;cookie_long=l=eBO-G2Fng9CH5uxF2Ofahurza77OSIOYYuPzaNbMiOCP_Xfp5gxlW6pndVL9C31Vh6DWR3-82bJHBeYBcIfEiOp2AJ-YF8Mmn;c1=cookieInGlobalCookie;c_on_gp_request_off=c_on_gp_request_off_value;glo_cparam_use_glo={{id_glo}};glo_cparam_use_env={{id_env}};glo_cparam_use_prior={{priority_env}};c1=cookieInGlobalHeader' \
--header 'Content-Type: application/json' \
--data-raw '{
"str_1": "ut pariatur anim",
"str_2": "id nisi non",
"str_3": "in nulla anim",
"int_1": 35,
"int_2": 77,
"int_3": 50,
"bool_1": false,
"bool_2": false,
"bool_3": true,
"array_1": [
"laborum"
],
"array_2": [
"sunt adipisicing"
],
"array_3": [
"do deserunt"
],
"obj_1": {
"str_1": "dolore reprehenderit elit",
"str_2": "voluptate ad nisi",
"str_3": "veniam in ipsum"
},
"obj_2": {
"int_1": 49,
"int_2": 53,
"int_3": 59
},
"obj_3": {
"bool_1": true,
"bool_2": true,
"bool_3": true
},
"num_1": 87,
"num_2": 90,
"num_3": 30,
"null_1": null,
"null_2": null,
"null_3": null,
"any_1": "sit consequat esse ut fugiat",
"any_2": false,
"any_3": "id irure",
"allOf_1": {
"num_1": 69,
"num_2": 100,
"num_3": 50,
"null_1": null,
"null_2": null,
"null_3": null
},
"allOf_2": {
"num_1": 35,
"num_2": 96,
"num_3": 83,
"null_1": null,
"null_2": null,
"null_3": null
},
"allOf_3": {
"num_1": 60,
"num_2": 6,
"num_3": 37,
"null_1": null,
"null_2": null,
"null_3": null
},
"anyOf_1": {
"int_1": 36,
"int_2": 33,
"int_3": 22
},
"anyOf_2": {
"str_1": "dolore deserunt",
"str_2": "aute",
"str_3": "deserunt"
},
"anyOf_3": {
"str_1": "magna dolor incididunt",
"str_2": "veniam",
"str_3": "irure"
},
"oneOf_1": {
"bool_1": "sint laboris labore laborum sed",
"bool_2": "laborum eiusmod sit qui occaecat",
"bool_3": "in ullamco"
},
"oneOf_2": {
"bool_1": "irure",
"bool_2": "tempor sed in",
"bool_3": "irure commodo"
},
"oneOf_3": {
"bool_1": "incididunt ut do ex eiusmod",
"bool_2": "Duis",
"bool_3": "amet aute"
}
}'