Authorization: Bearer ********************
{ "month":"8" }
curl --location --request POST '/dashbored-single/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "month":"8" }'
{}