POST
/api/v1/sources
curl \
-X POST http://127.0.0.1:3000//api/v1/sources \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"source":{"sumber_informasi":"Kompas","motivasi":"Keluarga","jumlah_n":10}}'
Request example
{
"source": {
"sumber_informasi": "Kompas",
"motivasi": "Keluarga",
"jumlah_n": 10
}
}