RECEIVE_RETURN_ITEM
.curl --location -g --request POST '{{BASE_URL}}/admin/returns//receive-items' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"id": "string",
"quantity": 0,
"description": "string",
"internal_note": "string"
}
]
}'