Body
array[string]
array[string]
curl \
-X DELETE http://test.api.fygi.store/external/api/users \
-H "authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '["string"]'
curl \
-X DELETE http://test.api.fygi.store/external/api/users \
-H "authorization: $API_KEY" \
-H "Content-Type: text/json"
curl \
-X DELETE http://test.api.fygi.store/external/api/users \
-H "authorization: $API_KEY" \
-H "Content-Type: application/*+json"
[
"string"
]
[
"string"
]
[
"string"
]