Get All Category
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"name" : "Penghasilan Utama"
}
Request Code Samples
curl --location --request GET '/api/v1/finance/category' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name" : "Penghasilan Utama"
}'
Responses
application/json Modified at 2024-10-09 08:31:21