Create
Designing
POST
https://api.muhasip.dev/settings/branches
muhasip
Last modified:2025-05-10 01:58:07
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.muhasip.dev/settings/branches' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"name": "string",
"code": "string",
"variables": {
"key": "string",
"value": "string"
}
}'
Response Response Example
{
"result": [
"string"
]
}
Request
Body Params application/json