Create Sequence
This endpoint creates a new sequence and associates it with the client.
post/sequences
Request body
Response
201
Example response
{
"sequence": {
"name": "Test Sequence 1",
"number_id": 1,
"status": "active",
"client_id": 1,
"id": 1
}
}