post https://example.com/api/v1/interventions
Log in to see full request history
Responses
200Success
400Bad Request
401Unauthenticated
403Forbidden
404Not Found
200Success
400Bad Request
401Unauthenticated
403Forbidden
404Not Found
xxxxxxxxxx
10curl --request POST \
--url https://example.com/api/v1/interventions \
--header 'content-type: application/json' \
--data '
{
"type": "deposit",
"status": "to_validate",
"time_slot": "am"
}
'
Try It!
to start a request and see the response here!