{
"noKursi": 0,
"gerbongId": "string"
}
curl --location --request POST 'https://kereta.api.fadhilkholaf.my.id/kursi' \
--header 'Cookie: token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"noKursi": 0,
"gerbongId": "string"
}'
{
"message": "string",
"data": {
"id": "string",
"noKursi": 0,
"gerbongId": "string",
"createdAt": "string",
"updatedAt": "string"
}
}