curl --location 'https://api.leksigo.com/api/v2/suggestion/question' \
--header 'Content-Type: application/json' \
--data '{
"quantity": 10,
"categories": [4]
}'{"success":true,"data":[{"soal":"a","method":1},{"soal":"b","method":2},{"soal":"c","method":3},{"soal":"d","method":1},{"soal":"e","method":2},{"soal":"f","method":3},{"soal":"g","method":1},{"soal":"h","method":2},{"soal":"i","method":3},{"soal":"j","method":1}]}