Authorization: Bearer ********************
{
"aPrice": "string",
"bPrice": "string",
"cPrice": "string",
"dPrice": "string",
"ePrice": "string",
"fPrice": "string",
"timeA": "string",
"timeB": "string",
"timeC": "string",
"timeD": "string",
"timeE": "string",
"timeF": "string",
"effectiveTime": "string",
"stationId": [
0
]
}
curl --location --request POST 'http://localhost:8080/ess/station2/priceadd' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"aPrice": "string",
"bPrice": "string",
"cPrice": "string",
"dPrice": "string",
"ePrice": "string",
"fPrice": "string",
"timeA": "string",
"timeB": "string",
"timeC": "string",
"timeD": "string",
"timeE": "string",
"timeF": "string",
"effectiveTime": "string",
"stationId": [
0
]
}'
{
"": {}
}