curl --location -g --request GET '{{BASE_URL}}/admin/fulfillment-providers//options'
{
"limit": 0,
"offset": 0,
"count": 0,
"fulfillment_options": [
{
"id": "string",
"is_return": true
}
],
"estimate_count": 0
}